home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
game
/
Llamatron
/
LlamaStartHack
< prev
next >
Wrap
Text File
|
1995-01-04
|
636b
|
21 lines
; Llamatron Starter Hack
echo "You are about to start Llamatron. This will kill multitasking and"
echo "kill any work in progess. It might even crash if it's low on memory."
echo "Enter Y<return> if you want to continue"
echo ""
echo "Sie sind gerade dabei, Llamatron zu starten. Dieses Spiel erschlägt"
echo "das Multitasking, so daß Sie alle momentan nicht gesicherten Projekte"
echo "verlieren. Geben Sie N<return> ein um abzubrechen, sonst Y<return>."
echo ""
ask "Do you wish to continue/Wollen Sie fortfahren?"
if warn
sm open "Llama" mode "Pal:High Res" depth 1
vbr ?
if warn
vbr
endif
llama
endif